This fixes the "make check" feature of xenstore to properly compile with
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 22 Sep 2005 10:04:30 +0000 (11:04 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 22 Sep 2005 10:04:30 +0000 (11:04 +0100)
commitc50a971459cebd55833ef1d3a50c75c3c4c3975a
treed97c38f6faa7fecee07e49dc44340066bab5cb79
parent6f06ab2fd112452f146f9cdd12ae38c4c05e9146
This fixes the "make check" feature of xenstore to properly compile with
x86-64. When compiling you would get the following error since on x86-64
it was passing a long , when you are expecting an int.

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
tools/xenstore/xs_random.c